body
{
	margin: 0px 0px 0px 0px;
	background-color: rgb(255,255,255);
}
.PageHeader {
    font-family: "Frutiger 55 Roman", Verdana, Helvetica, sans-serif;
    font-size: 13px;
    background-color: rgb(0,0,0);
    border-color: rgb(0,0,0);
    color: rgb(223,169,105);
    font-weight: bold;
}

.PageHeader:active
{
	color: rgb(255,255,255);
	text-decoration: underline;
}
.PageHeader:link
{
	color: rgb(255,255,255);
	text-decoration: underline;
}
.PageHeader:visited
{
	color: rgb(223,169,105);
	text-decoration: underline;
}
.PageHeader:hover
{
/*	color: rgb(162,178,166);*/
	color: rgb(223,169,105);
	text-decoration: underline;
}
.PageFooter
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 7pt;
	color: #000000;
	font-family:  Tahoma, 'Trebuchet MS', Arial;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top right;	
}
.PageFooter a:active
{
	color: #000000;
	text-decoration: none;
}
.PageFooter a:link
{
	color: #000000;
	text-decoration: none;
}
.PageFooter a:visited
{
	color: #000000;
	text-decoration: none;
}
.PageFooter a:hover
{
	color: #000000;
	text-decoration: underline;
}
.MainPanelBg
{
	background-color:rgb(255,255,255);
	color:rgb(162,178,166);
}

.BodyPanelBg
{
    	background-color:rgb(255,255,255);
		color:rgb(162,178,166);
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: rgb(0,0,0);
	color: rgb(162,178,166);
}